Skip to main content

Posts

Showing posts with the label #HTML5

Kickstart HTML 5 : Session 2

 In this session, let's learn furthermore in HTML! Don't worry if we use tags you have not learned about yet. HTML Documents : All HTML documents must start with a document type declaration: <!DOCTYPE html> . The HTML document itself begins with <html>   and ends with   </html> . The visible part of the HTML document is between <body>   and   </body> . Example < !DOCTYPE  html > < html > < body > < h1 > My First Heading < /h1 > < p > My first paragraph. < /p > < /body > < /html > The <!DOCTYPE> Declaration The  <!DOCTYPE>  declaration represents the document type, and helps browsers to display web pages correctly. It must only appear once, at the top of the page (before any HTML tags). The  <!DOCTYPE>  declaration is not case sensitive. The  <!DOCTYPE>  declaration for HTML5 is: < !DOCTYPE  html > HTML Headings HTML headings are defined with the  <h1>  to  &

Kickstart HTML 5 : Session 1

 Heyy! I'm back with an interesting Coding Language which is HTML! Let's first have a brief view of why we shall know HTML🎭... Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.   You can read more about HTML @Wikipedia  What is HTML? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the content HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. That was a pretty mouthful of Theory!😉 Let's Jump to the structure of BASIC HTML... Example :  < !DOCTYPE  html > < html > < head > < title > Page Title < /title >

About Me

My photo
Hey There!! I'm Srushti and I write the blog called "The Study Fanatic" It's just fun too and I'll be looking forward for your support..!! Everybody needs to be learning : at least that's what everyone says.. I honestly feel we can enjoy It like one wants to make it "Dream Study" Join me on my quest to search for a fun side in ourselves. (You can subscribe to do so) Mind you it seems to be boring but I assure you my blogs won't be dull.