Beginner? No, problem Start learning from scratch


HTML


What Is HTML?

HTML stands for Hyper Text Markup Language

HTML is the standard markup language for creating Web pages

HTML is used to create Electronic Document Also known as Web page 

HTML elements are represented by <> tags, <> tags are essential to put before & after all elements(codes). 

It's important to close all elements with close tag.


Examples:

<p>Content will stored inside starting tag and closing tag</p>

<header>Content will stored inside starting tag and closing tag</header>

Basic HTML structure

<!DOCTYPE html>
<html>

<head>
            <title>title of the page will be shown on the top left corner of our browser</title>
</head>

<body>
           <p>Only the content you write in body tag will be displayed on page</p>
</body>

</html>

Definition of basic html tags

<!DOCTYPE html>  declaration defines that the document is HTML5
<html>  element is the root element of an HTML page
<title>  element specifies the title of document
<body> tag contains the stuff visible on the web page
<h1>  tag specifies heading with large font size
<p>  tag specifies the paragraph

Different sizes of heading

Mobirise

Extra large

<h1>

Mobirise

large

<h2>

Mobirise

Big

<h3>

Mobirise

Medium

<h4>

Mobirise

Small

                   <h5>

Mobirise

Extra small

<h6>

HTML Links


Example:


<a href="https://www.google.com">This is a link</a>

Link in HTML is defined by <a>

The Destination of link is defined by href


Preview:

This is a link

Address

32, neminath nagar, model town, surat


Contacts

Email: gearedminds007@gmail.com 
Phone: +91 83205 04609

 

Links
Feedback

Thanks for visiting my website if there's any problem you can contact me. Find me on social media or fill out the form given on Home page to get in touch.