002 | HTML in wattpad
HTML or HyperText Markup Language is the main-markup language for creating web pages and other information that can be displayed in a web browser.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <div >), within the web page content. HTML tags most commonly come in pairs like <span> and </span>, although some tags represent empty elements and so are unpaired, for example <img>(code for images). The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, further tags, comments and other types of text-based content.
HTML in wattpad doesn't support CSS (Cascading Style Sheets), but CSS properties are more to be likely used in HTML. CSS is a style sheet language used for describing the look and formatting of a document written in a markup language.
Before anything, you must know that only basic tags are supported in wattpad for HTML.
YOU ARE READING
codebox | how to code | MAJOR EDITING
RandomCoding is what we sort of do in clubs, a lot of people doesn't know how to code, so I decided to share my own knowledge in coding.There are some people that doesn't like to do coding due to being so confused or just naturally lazy. Coding is a fun t...
