Author: admin

  • HTML Paragraph

    by

    in

    HTML paragraph or HTML p tag is used to define a paragraph in a webpage. Let’s take a simple example to see how it work. It is a notable point that a browser itself add an empty line before and after a paragraph. An HTML <p> tag indicates starting of new paragraph. Note: If we…

  • HTML Formatting

    by

    in

    HTML Formatting is a process of formatting text for better look and feel. HTML provides us ability to format text without using CSS. There are many formatting tags in HTML. These tags are used to make text bold, italicized, or underlined. There are almost 14 options available that how text appears in HTML and XHTML. In…

  • HTML Elements

    by

    in

    An HTML file is made of elements. These elements are responsible for creating web pages and define content in that webpage. An element in HTML usually consist of a start tag <tag name>, close tag </tag name> and content inserted between them. Technically, an element is a collection of start tag, attributes, end tag, content between…

  • HTML Attribute

    by

    in

    Syntax Example Output: Explanation of above example: In the above statement, we have used paragraph tags in which we have applied style attribute. This attribute is used for applying CSS property on any HTML element. It provides height to paragraph element of 50px and turns it colour to blue. In the above statement we have…

  • HTML Tags

    by

    in

    HTML tags are like keywords which defines that how web browser will format and display the content. With the help of tags, a web browser can distinguish between an HTML content and a simple content. HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags. When…

  • Building blocks of HTML

    by

    in

    An HTML document consist of its basic building blocks which are: Syntax Example: Output: The building blocks This is a paragraph tag The style is attribute of paragraph tagThe element contains tag, attribute and content

  • What is HTML

    by

    in

    HTML is an acronym which stands for Hyper Text Markup Language which is used for creating web pages and web applications. Let’s see what is meant by Hypertext Markup Language, and Web page. Hyper Text: HyperText simply means “Text within Text.” A text has a link within it, is a hypertext. Whenever you click on a link which…

  • Relevant skills

    A Front-End Developer can have a big tool-box of skills. Here are some: Programming languages such as Python, PHP, and SQL Problem-solving Graphical design Typography Communication and collaboration SEO

  • Where do I start

    HTML, CSS, and JavaScript are the basic languages you need to know to create a website. To become a Front-End Developer, start with the subjects below, in the following order: You have to code to learn how to code. Practice a lot!