Meta tag: It is used to provide information to search engine about web page or website. The meta keywords provided to search engine by which it will identify the website which is on the server. …
marquee : By using this tag, we can display the scrolling content on the web page. It is providing number of attributes. Direction: By using this attribute, we can change the direction of marquee, the …
HTML Images <img> tag is used to display images on the web page . It is an Empty element. <img> tag having an attribute “src” that represents a specific resource address. alternative text about image …
HTML Formatting: HTML defines special elements, for defining text with a special meaning. HTML uses elements like <b> and <i> for formatting output, like bold or italic text. SubScript and SuperScript: HTML Abbreviations: The HTML …
HTML Heading Tags: Headings can be displayed on web page using pre-defined heading elements like h1,h2….h6. These are non empty elements. <h1> –> most important heading. <h6> –> least important heading. The purpose to heading …
Sub attributes: In some of the cases, every attribute may have sub attributes to apply properties to that element. Best example of sub attributes is “events”. “event” is an action performed on the component such …
<a> represents “anchor tag” By using this tag we can display the hyperlinks on the WebPages. Hyperlinks we are using to open external web pages in the current window. “href” stands for hyperlink reference and …
HTML pre Tag : To display text in Pre formatted format. Text in a <pre> element is displayed with pre-defined format. It is in a fixed-width and font (usually Courier), and it preserves both spaces …
Paragraphs: We can directly specify the text with body tag. Without tags, if we write any text data is called unformatted text. It shows on the webpage as we mentioned. When we run the above …
remove(): It used to rename the specified file. Prototype is: int remove(char* target); On success, it returns 0 On failure, it returns -1