Skip to content

tasterntester/HTML

Repository files navigation

HTML ASSIGNMENTS

*HTML Basics Questions

  1. Understand the basics.html which was already created

  2. Develop your own web page basics.html with all the following html tags Html, head, title, body Heading, Paragraph, Italic, Bold, Anchor, Unordered List, List Item, label, Blockquote, Horizontal rule, Image, Division, Span

  3. Navigate within the page to a different section.

Difference in JavaScript, HTML, and CSS

Lets consider a web page as a human body. Now let's see what each of these language really do:

HTML is a structural language that build the structure of a website as the skeletal system form the structure of the human body. Heading, paragraphs, images, text all are the part of HTML that creates the basic structure of a website.

CSS is a styling language that gives styling of a website. With the help of front color, background color and border styling CSS furnishes the look of the site as the skin gives look to the human body.

JavaScript is a programming language that gives motion and logics to the website for example a popup window alert. It is just like the motion of human body.

Difference between span and div

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages