Tag Archives: Dots

How to Build a Website Without HTML Know-How

Article by Christopher Granger Hypertext Markup Language, or HTML, is a markup language used to create websites. While it is useful to have some familiarity with HTML coding when creating a website for your online business, you can still build a website without HTML know-how by using site creation software such as Dreamweaver or Frontpage. … Continue reading

How to make different pictures using HTML format in web designing?

I want the html format for making different pictures,can u please tell me some formats for making nice pictures for website??? Pictures in html are all handled using the <img statement. If you want other graphics effects, use css: for example, usually background-image: url(‘something.jpg’) for something in your web page (a paragraph or a banner … Continue reading