Featured Post

Glowing border HTML +CSS [Source code available]

This is the login.hml and also create login.css [SOURCE CODE]   just copy and paste     <! DOCTYPE   html > < html   lang = &quo...

Showing posts with label html documents. Show all posts
Showing posts with label html documents. Show all posts

Monday, May 25, 2020

Valid types!

<!DOCTYPE>  
    *It should always include in the top of <html> tag.
    *Defines the version you are using in a document.


Valid <!DOCTYPE>
<!doctype html>
<!dOctype html>
<!Doctype html>
 

Friday, May 22, 2020

what is HTML in progamming?

 HTML stands for  Hyper Text Markup Languageit is also the most widely used language in terms of making websites.


  • Hypertext refers to the way in which web pages (HTML DOCUMENTS) are linked together. thus, link available on a web page is called Hypertext.
  • HTML is a markup language witch means you use html to simply "mark-up" a text document with tags that tell web browser how to structure it to display.