Learning some keyboard shortcuts can make your browsing efficient and makes your surfing experience comfortable. Here I present a few very useful keyboard shortcuts that lets you perform tasks quickly and easily. Happy browsing!8 Best Keyboard Shortcuts to make you efficient1. The space barDo … [Read more...]
HTML Tutorial – Post #1 – Getting Started
Welcome to the HTML tutorial. In this series of posts we'll discuss about the Webpage Designing with HTML as prescribed in Computer Operator Syllabus of Public Service Commission.In this HTML Tutorial series we'll start with very basic concepts (for complete novice) and gradually try to cover … [Read more...]
HTML Document Structure – Post #2 – HTML Tutorials
Today, we'll look into the HTML document structure and try to get familiar with different parts of an HTML page.In our last session, we discussed about the term HTML, the look and contents of a html file, required applications to edit html, and finally created a simple html page. That was really … [Read more...]
HTML Headings – Post #6 – HTML Tutorials
We're discussing about different heading in HTML documents in this post. Last two posts were about HTML Paragraph and how to format them. These posts are the parts of HTML Preparation Session for 2016 Computer Operator Examination, however, they can be equally useful for anybody willing to learn … [Read more...]
HTML Global Attributes
Following are the global HTML attributes, that means they can be used with any of the HTML tags.ATTRIBUTE DESCRIPTIONaccesskey Specifies a shortcut key to activate/focus an elementclass Specifies one or more classnames for an element (refers to a class in a style … [Read more...]
HTML Paragraph Formatting – Post #5 – HTML Tutorials
In previous post we discussed about HTML Paragraph and for that we learned the <p> tag and its align attribute. The requirement to format paragraph however is not sufficient with just <p> tag and its align attribute. Thus, in this post, I'm going to discuss a bit more so that you can … [Read more...]
Tags Attributes and Elements – Post #3 – HTML Tutorials
In this post we’re discussing about HTML tags, attributes and elements and see some examples to make the concept clearer. Before we proceed, let’s review our previous sessions.Session 1: Tutorial Text – HTML Getting Started, MCQ QuestionsSession 2: Tutorial Text – HTML Document Structure, … [Read more...]
HTML Paragraph – Post #4 – HTML Tutorial
This fourth session is to discuss about HTML Paragraph. We’ll learn how to create paragraphs in HTML and what are the various things you should know to control your paragraphs. Before we begin today’s topics let’s look back to the previous sessions first.Session 1: Getting Started (MCQ Questions … [Read more...]
What are HTML Frames and how to create them
HTML FramesHTML Frames is a technique to divide the browser window into multiple sections. Each of these sections can load a separate HTML document.Frameset technique emerged as a solution where the data in only one or two parts of a page needs to be changing and all other remain … [Read more...]
Recent Comments