Posts

Showing posts with the label HTML Coding for Beginners
Career skills to jumpstart your future.

LightSpeed HTML Coding For Beginners | Part-3 | Game-Changing Exclusive features of HTML

Image
Advanced HTML Coding for Beginners Part-3 Now that you know how to beautify and step up your game with your web page and HTML Coding gets to know about some of the game-changing exclusive features of HTML which nobody will tell you about. But before that, check out Part-2 and Part-1 if you've not checked that out or are new around here.  How to view an HTML Document in a Web Browser  The Steps to view an HTML document in a web browser are given below.  1. After you are done with your HTML Document, or you want to check the output of your code, you need to first save your document. To keep your file, click the data in the tab menu at the top. 2. In the drop-down menu, click on SAVE AS.  3. In the pop-up dialogue box, choose the desired destination for the document. Now, the most important part. Give the desired name to the file and give a .html extension . By default, the extension is .txt  . Giving the .html extensi...

LightSpeed HTML Coding for Beginners | Part-2

Image
Advanced HTML Coding for Beginners  So, you've learned about the significant constituents of an HTML Document. You have also seen the format of a standard HTML Document. If you have not visited the Part-1 of this series, click here to visit the earlier part. What you learned in the previous section is not enough if you want to step up the game. This blog will be about the different types of tags and attributes that will help in beautifying your Web page.  Before we get started, if you have some spare time, kindly go to the previous part to revise the constituents of a web page and learn more. Let Us Get Started First, get to know about the various tags and attributes that can be used and their functions. 1. <br> - The HTML < br > element produces a line break in text. It is useful for writing a poem or an address, where the division of lines is significant. 2. <p> - The paragraph element <p> defines a paragraph in HTML. Brow...

LightSpeed HTML Coding for Beginners | Part-1

Image
Learn HTML Coding Easily Within No Time HTML Coding for Beginners This blog post focuses on HTML Coding for Beginners. What Is HTML?   HTML stands for Hypertext Markup Language . HTML as a language is used to create web pages. Web pages are used to generate web pages. The latest version of it is HTML 5. HTML is the most straightforward coding language by far. All of the web pages on the Internet are created using HTML(just like this one). HTML was invented as a language in 1990 by Tim Berners Lee when he instituted the World Wide Web(WWW).  Where to create HTML documents? Web pages are created using HTML. Now, there are two types of HTML editors- Text Editors and What You See Is What You Get(WYSIWYG) Editors. Text Editors like Notepad and Wordpad require knowledge of HTML Coding. WYSIWYG Editors do not require knowledge of HTML Coding and are much easier and faster to use and create web pages. Adobe Dreamweaver and Microsoft FrontPage are two WYSIWYG...