First step to start html


Dear  Readers,

Greetings of the day !!

The basic things to start html is having a basic knowledge of computers, for writing the code we need Notepad or any Text editor like Notepad++,Visual Studio Code and many more.. Notepad  is an inbuilt software in windows and other operating system.

<!-- why do we use Doctype html its because
it declares its the version of the html -->
<!Doctype Html>

<!-- Basic opening tag of the html to start the program -->
<html>
<!-- Head tag is used to declare the head elements in the webpage -->
<head>
<!-- Title tag declare the title of the web-page as displayed on the tab name -->
<title> Welcome </title>

</head>
<!-- closing of head tag -->
<!-- Body tag is used to display the whole structure pf the
web page where we insert lots of tags like h1,h2,p
and many more -->
<body>
<!--These tags are the heading tag these tags are from h1 to h6 all have different in size,
h1 tag is the predefined tag where the size of the tag is auto set if we want to change the font size,font color,font style we can do using style tag or
inline css or external css -->

<h1> Hi This is WideHub Career Nest </h1>

<h2>We are from Belagavi Karnataka </h2>
<h3>We provide training on web-development....</h3>
<h4>Our mission is to provide the best training to the beginner
to make them as a professional </h4>

<h5> for more details you can connect us on +91-9448157958 </h5>

<h6>..Thank You..</h6>

</body>
</html>
-------------------------------------------------------------------------------------
After Writing this code save the file with extension with .html because if we save in other formats it will not be executed the code will open in the text
editor itself so we need to give the extension on .html example:-->(first.html)
After saving the the file in your folder click on the file which you have saved open it using the browser available in your Desktop / Laptops..
Try using the chrome browser because its user friendly and the code written can be executed easily

-------------------------------------------------------------------------------------
OUTPUT:




Feel free to comment and ask your queries we will try our level best to reply you as soon as possible
Thanks For Being with us

Comments

Post a Comment

Popular Posts

Contact Form

Name

Email *

Message *