Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Code Forum!
Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
Hello,
I have listened to approximately 7 hours of video tutorials on HTML and CSS to get my feet wet in these environments. I learned a lot and I am sure there is plenty more to know.
However, these courses were all about creating and embellishing the website but nothing on logic???
I was...
Hello:
I just finished an example website using HTML/CSS. When I open it from my computer I see its URL in the address bar of Google chrome Ilike this:
file:///Users/bob/Desktop/NEWTEST/index.html
How do I change this path so that I can send a URL to someone so they too can see/access the...
Hello,
According to course, text should position to 0 left and 200 down from the top, but it doesn't????
please view code below:
<section class="banner">
<img src="IMGS/banner.png" alt="MarioClub welcome banner">
<div class="Welcome">
<h2>Welcome to...
Hello,
I'm pretty new to the Internet and HTML so Ive been watching this video and
the host speaks about a local development service and I'm lost!!!
Can anyone try and explain to me in laymens terms what he's trying to explain to me at 14:42 to 16:35 ???? (Im, totally confused???)
thank...
Hello,
I am using visual studio code editor for Mac and I entered a simple code:
<!DOCTYPE html>
<html>
<head>
<title>Learning HTML</title>
</head>
<body>
</body>
</html>
This is supposed to write "Learning HTML" on the google tab, instead it writes "index.html" ???
All help appreciated
r